WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / PropertyChangingEventArgs<T> Class
Members
In This Topic
    PropertyChangingEventArgs<T> Class
    In This Topic
    Provides event data for OnPropertyChanging events.
    Syntax
    public class PropertyChangingEventArgs<T> : PropertyChangedEventArgs<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WinUI.Core.PropertyChangedEventArgs<T>
             C1.WinUI.Core.PropertyChangingEventArgs<T>

    See Also